NodeFilterOrBuilder

interface NodeFilterOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getChannel(): Int

Filter based on channel
int32 channel = 7;
Link copied to clipboard
abstract fun getHopsAway(): Int

Filter based on hops away
int32 hops_away = 4;
Link copied to clipboard
abstract fun getNodeName(): String

Filter nodes by matching name string
string node_name = 6;
Link copied to clipboard
abstract fun getNodeNameBytes(): ByteString

Filter nodes by matching name string
string node_name = 6;
Link copied to clipboard
abstract fun getOfflineSwitch(): Boolean

Filter offline nodes
bool offline_switch = 2;
Link copied to clipboard
abstract fun getPositionSwitch(): Boolean

Filter nodes w/o position
bool position_switch = 5;
Link copied to clipboard
abstract fun getPublicKeySwitch(): Boolean

Filter nodes w/o public key
bool public_key_switch = 3;
Link copied to clipboard
abstract fun getUnknownSwitch(): Boolean

Filter unknown nodes
bool unknown_switch = 1;